home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / perl / 5.10.0 / open3.pl < prev    next >
Perl Script  |  2008-07-24  |  185b  |  13 lines

  1. # This is a compatibility interface to IPC::Open3.  New programs should
  2. # do
  3. #
  4. #     use IPC::Open3;
  5. #
  6. # instead of
  7. #
  8. #     require 'open3.pl';
  9.  
  10. package main;
  11. use IPC::Open3 'open3';
  12. 1
  13.